func go/types.isTypeLit

2 uses

	go/types (current package)
		predicates.go#L81: func isTypeLit(t Type) bool {
		unify.go#L341: 	if ny := asNamed(y); mode&exact == 0 && ny != nil && isTypeLit(x) && !(u.enableInterfaceInference && IsInterface(x)) {